Flash uniformity done in a bunch of files
This commit is contained in:
parent
1e9f4b514c
commit
598606547e
9 changed files with 37 additions and 39 deletions
|
|
@ -4,6 +4,8 @@ class TicketsController < ApplicationController
|
|||
load_resource :ticket, through: :conference
|
||||
authorize_resource :conference_registrations, class: Registration
|
||||
before_filter :check_load_resource, only: :index
|
||||
add_flash_types :error
|
||||
add_flash_types :alert
|
||||
|
||||
def index; end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue