Method: Lively::Application.resolver
- Defined in:
- lib/lively/application.rb
.resolver ⇒ Object
Get the default resolver for this application.
41 42 43 |
# File 'lib/lively/application.rb', line 41 def self.resolver Live::Resolver.allow(HelloWorld) end |