lib/active_fedora/scoping.rb in active-fedora-13.3.0 vs lib/active_fedora/scoping.rb in active-fedora-14.0.0
- old
+ new
@@ -8,14 +8,14 @@
include Default
include Named
end
module ClassMethods
- def current_scope #:nodoc:
+ def current_scope # :nodoc:
ScopeRegistry.value_for(:current_scope, self)
end
- def current_scope=(scope) #:nodoc:
+ def current_scope=(scope) # :nodoc:
ScopeRegistry.set_value_for(:current_scope, self, scope)
end
# Collects attributes from scopes that should be applied when creating
# an AF instance for the particular class this is called on.