Sha256: c595aa4e298c710f54ee651ae656344e39c77518427a8e29b562e7998f6fccfe

Contents?: true

Size: 255 Bytes

Versions: 27

Compression:

Stored size: 255 Bytes

Contents

# Filters added to this controller apply to all controllers in the refinery backend.
# Likewise, all the methods added will be available for all controllers in the refinery backend.

module Admin
  class BaseController < ActionController::Base

  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
refinerycms-core-0.9.9.12 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.11 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.10 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.9 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.8 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.7 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.5 app/controllers/admin/base_controller.rb