Class: Automux::Controller::Recipes
- Defined in:
- lib/automux/controller/recipes.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#check_blueprint, #initialize, #notify_error
Methods included from Support::Filters
#after_inherited, #before_filter, #inherited
Methods included from Support::Rendering
Constructor Details
This class inherits a constructor from Automux::Controller::Base
Instance Method Details
#automate ⇒ Object
10 11 12 13 |
# File 'lib/automux/controller/recipes.rb', line 10 def automate @binding = @session.get_binding render_file @recipe.path end |