Sha256: ca407254014a820df014e8ec7f278edafc15177333686c996a872831d663a294
Contents?: true
Size: 171 Bytes
Versions: 7
Compression:
Stored size: 171 Bytes
Contents
module Jabe class Admin::BaseController < ApplicationController layout 'jabe/application' include PublicEntryUrl before_filter :authenticate_admin! end end
Version data entries
7 entries across 7 versions & 1 rubygems