Sha256: d7f266c7574d2bf543985b3eae7c115c606da1d6406c3f4c7ce753275e41b744

Contents?: true

Size: 189 Bytes

Versions: 2

Compression:

Stored size: 189 Bytes

Contents

class ApplicationController < ActionController::Base
  helper :all
  protect_from_forgery
  include Warrant::App::Controllers::ApplicationController
  
  attr_accessor :current_user
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gsterndale-warrant-0.2.0 test/rails_root/app/controllers/application.rb
gsterndale-warrant-0.3.0 test/rails_root/app/controllers/application.rb