Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created September 13, 2012 09:12
Show Gist options
  • Save AJFaraday/3713096 to your computer and use it in GitHub Desktop.
Save AJFaraday/3713096 to your computer and use it in GitHub Desktop.
Something I'd love to see...
FooController callbacks:
index:
get_foos
new:
get_foo
set_foo_defaults
check_bar_rights
create:
get_foo
check_bar_rights
edit:
get_foo
chck_bar_rights
etc. etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment