Moves attributes to a concern.
This commit is contained in:
@@ -2,7 +2,7 @@ class ProposalsController < ApplicationController
|
||||
include FeatureFlags
|
||||
include CommentableActions
|
||||
include FlagActions
|
||||
include ImagesHelper
|
||||
include ImageAttributes
|
||||
|
||||
before_action :parse_tag_filter, only: :index
|
||||
before_action :load_categories, only: [:index, :new, :create, :edit, :map, :summary]
|
||||
|
||||
Reference in New Issue
Block a user