Repository URL to install this package:
|
Version:
0.5.1 ▾
|
NeotericEvents.event_class = Event
NeotericEvents.event_category_class = Category
class EventsController < ApplicationController
include Neoteric::EventsController
# Override index
# def index
# end
#
# Override show
# def show
# end
#
# Override by_category
# def by_category
# end
#
# Override archive
# def archive
# end
end