- Restructuring the assets
- Worked on the schedule - Removed some gems
This commit is contained in:
parent
a9207671b8
commit
b801f0dc19
123 changed files with 13587 additions and 33123 deletions
|
|
@ -3,7 +3,10 @@ class Admin::TracksController < ApplicationController
|
|||
layout "admin"
|
||||
|
||||
def show
|
||||
render :tracks_list
|
||||
respond_to do |format|
|
||||
format.html { render :tracks_list}
|
||||
format.json { render :json => @conference.tracks.to_json }
|
||||
end
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue