Method: Lesli::SystemHelper#lesli_engine
- Defined in:
- app/helpers/lesli/system_helper.rb
#lesli_engine(property = nil) ⇒ Object
return the information about the current engine
65 66 67 |
# File 'app/helpers/lesli/system_helper.rb', line 65 def lesli_engine(property = nil) LesliSystem.engine(lesli_controller, property) end |