Class: RailwayFlower::SpecsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/railway_flower/specs_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
# File 'app/controllers/railway_flower/specs_controller.rb', line 4

def index
end

#runObject



7
8
9
# File 'app/controllers/railway_flower/specs_controller.rb', line 7

def run
  @manifest = params[:manifest]
end