mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
It's always hard to remove another layer of indirection...
This commit is contained in:
parent
6ab1bddd82
commit
b95d35d5d9
6 changed files with 5 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class TicketsController < ApplicationController
|
||||
before_filter :verify_user
|
||||
before_filter :authenticate_user!
|
||||
load_resource :conference, find_by: :short_title
|
||||
load_resource :tickets, class: Ticket
|
||||
authorize_resource :conference_registrations, class: Registration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue