Sha256: 5775588751dc397f828fa02b5d9a70b7096aea6926185370f8e5619b228490c3

Contents?: true

Size: 133 Bytes

Versions: 1

Compression:

Stored size: 133 Bytes

Contents

module TestTrack

	class TestsController < ActionController::Base
		def index; end
    def jasmine; end
    def qunit; end
	end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_track-0.0.1 app/controllers/test_track/tests_controller.rb