Module: Bridgetown::RodaCallable
- Included in:
- Model::Base, Bridgetown::Resource::Base, Viewable
- 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
411 412 413 |
# File 'bridgetown-core/lib/bridgetown-core.rb', line 411 def self.===(other) other.class < self end |