Sha256: 819a69ef4ca961f6c8b063305fa999faaa70e0ed9048e5cffb6e37837cecc566

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  before_filter do
    Formie.reload  if 'development' == Rails.env
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formie-0.8.2 test/dummy/app/controllers/application_controller.rb
formie-0.8.0 test/dummy/app/controllers/application_controller.rb
formie-0.5.2 spec/dummy/app/controllers/application_controller.rb