removed categories reference in event categories

This commit is contained in:
saurabhbhatia 2013-07-23 19:12:23 +08:00
parent 9144622c41
commit af0ab9f0d3
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ class Panel::CalendarNew::BackEnd::EventCategoriesController < OrbitBackendContr
# GET /events/new.json
def new
@event_category = EventCategory.new
@categories = get_categories_for_index
respond_to do |format|
format.html # new.html.erb
format.json { render json: @event_category }