Module: Adocca::Acts::ActsAsFastNestedSet::SingletonMethods

Defined in:
lib/acts_as_fast_nested_set.rb

Instance Method Summary collapse

Instance Method Details

#get_optionsObject



108
109
110
# File 'lib/acts_as_fast_nested_set.rb', line 108

def get_options
  @@options
end

#set_options(options) ⇒ Object



105
106
107
# File 'lib/acts_as_fast_nested_set.rb', line 105

def set_options(options)
  @@options = options
end