Skip to content

Instantly share code, notes, and snippets.

@kidpollo
Created August 10, 2009 18:11
Show Gist options
  • Save kidpollo/165324 to your computer and use it in GitHub Desktop.
Save kidpollo/165324 to your computer and use it in GitHub Desktop.
def current_account_controller_access
@current_account_controller_access ||= Hash[*current_account.features.collect{|feature| [feature.controller_name, feature.actions] }.flatten]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment