Class: Automux::Controller::Recipes

Inherits:
Base
  • Object
show all
Defined in:
lib/automux/controller/recipes.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Base

#params

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

#render, #render_file

Constructor Details

This class inherits a constructor from Automux::Controller::Base

Instance Method Details

#automateObject



10
11
12
13
# File 'lib/automux/controller/recipes.rb', line 10

def automate
  @binding = @session.get_binding
  render_file @recipe.path
end