Sha256: 7f48570892bd070aad1b305363abde082d60b3e67f3cb2d1d89c9842c1f5d980
Contents?: true
Size: 392 Bytes
Versions: 12
Compression:
Stored size: 392 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 Refinery class AdminController < ::ActionController::Base include ::Refinery::ApplicationController helper Refinery::Core::Engine.helpers include Refinery::Admin::BaseController end end
Version data entries
12 entries across 12 versions & 1 rubygems