This website requires JavaScript.
Explore
Help
Sign In
Site
/
clarion
Watch
11
Star
0
Fork
You've already forked clarion
0
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
965529981e
clarion
/
app
/
controllers
/
management
/
events_controller.rb
10 lines
120 B
Ruby
Raw
Normal View
History
Unescape
Escape
Management interface for Event Suggestions
2014-09-30 13:34:09 +03:00
module
Management
class
EventsController
<
ManagementController
def
index
Add a backup event status
2014-10-10 20:25:41 +03:00
end
Management interface for Event Suggestions
2014-09-30 13:34:09 +03:00
def
show
end
end
end