Module: Humanoid::Commands
- Defined in:
- lib/humanoid/commands.rb,
lib/humanoid/commands/save.rb,
lib/humanoid/commands/create.rb,
lib/humanoid/commands/delete.rb,
lib/humanoid/commands/destroy.rb,
lib/humanoid/commands/deletion.rb,
lib/humanoid/commands/delete_all.rb,
lib/humanoid/commands/destroy_all.rb
Overview
:nodoc
Defined Under Namespace
Modules: ClassMethods, Deletion, InstanceMethods Classes: Create, Delete, DeleteAll, Destroy, DestroyAll, Save
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/humanoid/commands.rb', line 15 def self.included(base) base.class_eval do include InstanceMethods extend ClassMethods end end |