Sha256: 14f5c3585a1ba39ebcf9236f974730c3bcc13675fe3d1a4662de79618149ea07

Contents?: true

Size: 211 Bytes

Versions: 26

Compression:

Stored size: 211 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  before_filter :secondary_before_filter

  def secondary_before_filter
    @test_secondary_before_filter = "this is a test"
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
impressionist-1.3.2 test_app/app/controllers/application_controller.rb
impressionist-1.3.1 test_app/app/controllers/application_controller.rb
impressionist-1.3.0 test_app/app/controllers/application_controller.rb
impressionist-1.2.0 test_app/app/controllers/application_controller.rb
impressionist-1.1.1 test_app/app/controllers/application_controller.rb
impressionist-1.1.0 test_app/app/controllers/application_controller.rb