Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/coalla/ext/mapper.rb
Instance Method Summary collapse
Instance Method Details
#editable_columns ⇒ Object
12 13 14 15 16 17 |
# File 'lib/coalla/ext/mapper.rb', line 12 def editable_columns member do get :edit_column put :update_column end end |
#sortable ⇒ Object
5 6 7 8 9 10 |
# File 'lib/coalla/ext/mapper.rb', line 5 def sortable collection do get :sort post '/sort' => :apply_sort end end |