Sha256: 526b25a4304fe39dd9f674288e6799ebd4165d19169d59f26cff8e16681724ae

Contents?: true

Size: 173 Bytes

Versions: 10

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
  helper BootstrapLeather::ApplicationHelper
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.13 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.11 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.10 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.9 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.8 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.7 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.6 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.5 spec/dummy/app/controllers/application_controller.rb
bootstrap_leather-0.10.4 spec/dummy/app/controllers/application_controller.rb