Method: ActiveFedora::Scoping::ClassMethods#scope_attributes
- Defined in:
- lib/active_fedora/scoping.rb
#scope_attributes ⇒ Object
Collects attributes from scopes that should be applied when creating an AF instance for the particular class this is called on.
23 24 25 |
# File 'lib/active_fedora/scoping.rb', line 23 def scope_attributes # :nodoc: all.scope_for_create end |