Module: Bsm::Model::StiConvertable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/bsm/model/sti_convertable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.scoping(klass, current_scope, &block) ⇒ Object
AR <4.0 compatibility.
Instance Method Summary collapse
Class Method Details
.scoping(klass, current_scope, &block) ⇒ Object
AR <4.0 compatibility
18 19 20 |
# File 'lib/bsm/model/sti_convertable.rb', line 18 def self.scoping(*) yield end |
Instance Method Details
#kind=(_) ⇒ Object
51 52 |
# File 'lib/bsm/model/sti_convertable.rb', line 51 def kind=(_) end |