Sha256: 86d0ed7dbadc947adf2f60cf5399c04fa903ba3b7f5f2c1a4bac4f25277c0673
Contents?: true
Size: 369 Bytes
Versions: 154
Compression:
Stored size: 369 Bytes
Contents
class CmAdmin::<%= class_name %>Policy < ApplicationPolicy <%- available_action_names = (@cm_model.available_actions.map{|action| action.name}.uniq - ['custom_action', 'new', 'edit']) %> <%- available_action_names.each do |action_name| %> def <%= action_name %>? <%= CmAdmin.authorized_roles.map {|role| "@user.#{role}" }.join(' && ') %> end <% end %> end
Version data entries
154 entries across 154 versions & 1 rubygems