updated rails to 4.2.4
This commit is contained in:
parent
2e692f7ea5
commit
b1666fdc1e
16 changed files with 390 additions and 258 deletions
|
|
@ -27,7 +27,6 @@ module Admin
|
|||
@recent_users = User.limit(5).order(created_at: :desc)
|
||||
@recent_events = Event.limit(5).order(created_at: :desc)
|
||||
@recent_registrations = Registration.limit(5).order(created_at: :desc)
|
||||
|
||||
@top_submitter = Conference.get_top_submitter
|
||||
|
||||
@submissions = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue