Module: TinyCore::RailsExt::AttrProtection
- Defined in:
- lib/tiny_core/rails_ext/attr_protection.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
17 18 19 20 |
# File 'lib/tiny_core/rails_ext/attr_protection.rb', line 17 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |