Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 7, 2010 03:42
Show Gist options
  • Save liangzan/567835 to your computer and use it in GitHub Desktop.
Save liangzan/567835 to your computer and use it in GitHub Desktop.
# lib/formtastic/i18n.rb
SCOPES = [
'soccer_team.player.update.name',
'soccer_team.update.name',
'soccer_team.player.name',
'soccer_team.name',
'player.name',
'name'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment