Module: RademadeAdmin::Sortable
- Defined in:
- lib/rademade_admin/sortable.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *arguments) ⇒ Object
5 6 7 8 9 |
# File 'lib/rademade_admin/sortable.rb', line 5 def method_missing(name, *arguments) if name == 'position' raise NotImplementedError.new 'Implement "position" method' end end |