Module: ActionSet
- Defined in:
- lib/action_set.rb,
lib/action_set/version.rb,
lib/action_set/helpers/paginator.rb,
lib/action_set/helpers/sort_linker.rb,
lib/action_set/helpers/helper_methods.rb,
lib/action_set/instructions/entry_value.rb
Defined Under Namespace
Modules: ClassMethods, Helpers, InstanceMethods, Instructions Classes: Filter
Constant Summary collapse
- VERSION =
'0.3.5'
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
127 128 129 130 |
# File 'lib/action_set.rb', line 127 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |