Module: RecordSelect
- Defined in:
- lib/record_select.rb,
lib/record_select/config.rb,
lib/record_select/engine.rb,
lib/record_select/actions.rb,
lib/record_select/version.rb,
lib/record_select/conditions.rb,
lib/record_select/form_builder.rb
Defined Under Namespace
Modules: Actions, ClassMethods, Conditions, FormBuilder, Version
Classes: Config, Engine
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.included(base) ⇒ Object
2
3
4
|
# File 'lib/record_select.rb', line 2
def self.included(base)
base.send :extend, ClassMethods
end
|
Instance Method Details
#record_select_model ⇒ Object
79
80
81
|
# File 'lib/record_select/actions.rb', line 79
def record_select_model
record_select_config.model
end
|