Sha256: e00dfeb67381f0be7e8b8aa6c7e2a2a5ead41f9a0fd8e9f2dff0f924ae3d9ea9

Contents?: true

Size: 172 Bytes

Versions: 8

Compression:

Stored size: 172 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  
  def pulse
    render :text => '1'
  end
  
  def test
    render :layout => false
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smart_asset-0.6.0 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.11 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.10 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.9 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.8 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.7 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.6 spec/fixtures/rails3/application_controller.rb
smart_asset-0.5.5 spec/fixtures/rails3/application_controller.rb