Sha256: 522b4945b75bbf08a16bf5fd2277d4e95817c1516aefeea626eb1933090c2a61
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery #def couch_blog_authorization #render nothing: true, status: :forbidden unless current_user.present? && current_user.is_admin? #end def authorize_cmtool true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couch_blog-0.6.0 | spec/dummy/app/controllers/application_controller.rb |