Sha256: 669760d89ba740f0d8342169dbfdc7e714adeb0bd10584c9c69d8215c52c75ba
Contents?: true
Size: 311 Bytes
Versions: 65
Compression:
Stored size: 311 Bytes
Contents
module Admin class EventRegistrantsController < ApplicationController before_action(:authenticate_user!) if defined?(Devise) before_action { EffectiveResources.authorize!(self, :admin, :effective_events) } include Effective::CrudController submit :mark_paid, 'Save and Mark Paid' end end
Version data entries
65 entries across 65 versions & 1 rubygems