We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df178c commit 3c8fab6Copy full SHA for 3c8fab6
1 file changed
app/models/event.rb
@@ -46,6 +46,7 @@ class Event < ActiveRecord::Base
46
:accept_selector_votes,
47
:show_proposal_confirmation_controls,
48
:parent,
49
+ :parent_id,
50
:as => :admin
51
52
cache_lookups_for :slug, :order => 'deadline desc', :include => [:tracks, :rooms]
0 commit comments