Method: Moonrope::DSL::ControllerDSL#friendly_name
- Defined in:
- lib/moonrope/dsl/controller_dsl.rb
#friendly_name(string) ⇒ Object
Set the friendly name for the controller
32 33 34 |
# File 'lib/moonrope/dsl/controller_dsl.rb', line 32 def friendly_name(string) @controller.friendly_name = string end |