Module: Bridgetown::RodaCallable
- Included in:
- Model::Base, Bridgetown::Resource::Base
- Defined in:
- bridgetown-core/lib/bridgetown-core.rb
Overview
mixin for identity so Roda knows to call renderable objects
Class Method Summary collapse
Class Method Details
.===(other) ⇒ Object
392 393 394 |
# File 'bridgetown-core/lib/bridgetown-core.rb', line 392 def self.===(other) other.class < self end |