removed categories reference in event categories
This commit is contained in:
parent
9144622c41
commit
af0ab9f0d3
|
@ -27,8 +27,6 @@ class Panel::CalendarNew::BackEnd::EventCategoriesController < OrbitBackendContr
|
||||||
# GET /events/new.json
|
# GET /events/new.json
|
||||||
def new
|
def new
|
||||||
@event_category = EventCategory.new
|
@event_category = EventCategory.new
|
||||||
@categories = get_categories_for_index
|
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html # new.html.erb
|
format.html # new.html.erb
|
||||||
format.json { render json: @event_category }
|
format.json { render json: @event_category }
|
||||||
|
|
Reference in New Issue