module FatFreeCRM::Sortable
Public Class Methods
included(base)
click to toggle source
# File lib/fat_free_crm/sortable.rb, line 10 def self.included(base) base.extend(ClassMethods) end
# File lib/fat_free_crm/sortable.rb, line 10 def self.included(base) base.extend(ClassMethods) end