Method: ActsAsPreferenced::Store::Base#section
- Defined in:
- lib/acts_as_preferenced/store/base.rb
#section(name, options = {}) {|section| ... } ⇒ Object
16 17 18 19 |
# File 'lib/acts_as_preferenced/store/base.rb', line 16 def section( name, = {} ) section = Section.new( self, name, ) yield section end |