Sha256: 58ab8b0591279d8d6f41030d912de5e397c0348099741dbcf0d4e967538dc498

Contents?: true

Size: 366 Bytes

Versions: 10

Compression:

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

class Admin::BaseController < Refinery::AdminBaseController
  
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-0.9.5.13 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.12 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.11 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.10 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.9 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.8 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.7 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.6 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.5 app/controllers/admin/base_controller.rb
refinerycms-0.9.5.4 app/controllers/admin/base_controller.rb