Sha256: ca3beb173bbccfe845e1900803c3a6f83b81c144aeece9a206388b3e57b25432
Contents?: true
Size: 421 Bytes
Versions: 13
Compression:
Stored size: 421 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 ApplicationHelper helper Refinery::Core::Engine.helpers include Refinery::Admin::BaseController end end
Version data entries
13 entries across 13 versions & 1 rubygems