Sha256: 69302d5a3acc15cf4f31654470a789c7fb2f31a0c0ada2e1477a3f6161934c71

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

module Jasminerice
  class SpecController <  ApplicationController
    layout false

    def index
    end

    def fixtures
      render "spec/javascripts/fixtures/#{params[:filename]}"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jasminerice-0.0.7 app/controllers/jasminerice/spec_controller.rb
jasminerice-0.0.6 app/controllers/jasminerice/spec_controller.rb
jasminerice-0.0.5 app/controllers/jasminerice/spec_controller.rb