Module: GestartShowcase::Traits::Record::ClassMethods
- Defined in:
- lib/gestart_showcase/traits/record.rb
Instance Method Summary collapse
Instance Method Details
#__box_config_block__ ⇒ Object
15 16 17 |
# File 'lib/gestart_showcase/traits/record.rb', line 15 def __box_config_block__ @box_config_block end |
#box(&block) ⇒ Object
11 12 13 |
# File 'lib/gestart_showcase/traits/record.rb', line 11 def box(&block) @box_config_block = block end |