|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
class DiscussesController < ApplicationController
|
|
|
|
|
include ApplicationHelper
|
|
|
|
|
LIMIT = 10
|
|
|
|
|
before_action :require_login, only: [:create, :reply, :hidden, :reward_code, :plus, :destroy]
|
|
|
|
|
before_action :find_container, only: [:index, :hidden]
|
|
|
|
|