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