Sha256: 52e5c3e32df738c634563043b9c0b17257da4fcc247d2588fc7c25b36edb72fd
Contents?: true
Size: 286 Bytes
Versions: 23
Compression:
Stored size: 286 Bytes
Contents
class Admin::BaseController < ApplicationController include Beef::AdminArea::Authorisation include SortableTable::App::Controllers::ApplicationController layout 'admin' before_filter :authenticate cache_sweeper :content_sweeper, :only => [ :create, :update, :destroy ] end
Version data entries
23 entries across 23 versions & 1 rubygems