Module: Apill::Mixins::Sortable::ClassMethods

Defined in:
lib/apill/mixins/sortable.rb

Instance Method Summary collapse

Instance Method Details

#sort(model) ⇒ Object



5
6
7
8
9
# File 'lib/apill/mixins/sortable.rb', line 5

def sort(model)
  define_method(:sorted_model_name) do
    model
  end
end