Sha256: 094ded23fadd1a97cb25a3bc9184aeb42297cd30162be5bc25694b230f1d028c

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time
  protect_from_forgery # See ActionController::RequestForgeryProtection for details
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumba-0.0.6 spec/support/sample_app/app/controllers/application_controller.rb
cucumba-0.0.5 spec/support/sample_app/app/controllers/application_controller.rb