Module: Collate
- Defined in:
- lib/collate.rb,
lib/collate/engine.rb,
lib/collate/filter.rb,
lib/collate/sorter.rb,
lib/collate/version.rb,
lib/collate/database.rb,
lib/collate/action_view_extension.rb,
lib/collate/active_record_extension.rb
Defined Under Namespace
Modules: ActionViewExtension, ActiveRecordExtension Classes: Engine, Filter, Sorter
Constant Summary collapse
- VERSION =
"0.1.18"
Class Method Summary collapse
Class Method Details
.database_type ⇒ Object
2 3 4 |
# File 'lib/collate/database.rb', line 2 def self.database_type ActiveRecord::Base.connection.adapter_name.downcase.to_sym end |