Class: Workling::Routing::Base
- Defined in:
- lib/workling/routing/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#method_name ⇒ Object
8 9 10 |
# File 'lib/workling/routing/base.rb', line 8 def method_name raise Exception.new("method_name not implemented.") end |