Skip to content

Instantly share code, notes, and snippets.

@assembler
Created January 9, 2010 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assembler/272662 to your computer and use it in GitHub Desktop.
Save assembler/272662 to your computer and use it in GitHub Desktop.
has_permission_on :field_values, :to => [:create, :destroy, :delete, :update] do
if_attribute :submission => { :company => is { user.company } }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment