add combined flag+appeal listing for posts #262
This commit is contained in:
7
app/controllers/post_events_controller.rb
Normal file
7
app/controllers/post_events_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class PostEventsController < ApplicationController
|
||||
before_filter :member_only
|
||||
|
||||
def index
|
||||
@events = PostEvent.find_for_post(params[:post_id])
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user