Method: Netzke::TestingController#specs
- Defined in:
- app/controllers/netzke/testing_controller.rb
#specs ⇒ Object
12 13 14 15 |
# File 'app/controllers/netzke/testing_controller.rb', line 12 def specs coffee = spec_file(params[:name]) render js: CoffeeScript.compile(coffee) end |