Sha256: d7d58680738b0d724e2b243e99eed9bcd6141d8e609848de36ad04fae8643bd5

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 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.

# You can extend refinery backend with your own functions here and they will likely not get overriden in an update.

module Admin
  class BaseController < ActionController::Base

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
refinerycms-core-0.9.9.4 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.3 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.2 app/controllers/admin/base_controller.rb
refinerycms-core-0.9.9.1 app/controllers/admin/base_controller.rb
refinerycms-0.9.9 core/app/controllers/admin/base_controller.rb