During a Participatory Budget, some users are getting confused and creating a proposal instead of a budget investment. This intermediate page should help them create investments Adding a feature flag just in case other forks don’t need this feature and setting seeds and dev_seeds for appropriate initial setup
8 lines
96 B
Ruby
8 lines
96 B
Ruby
class GuidesController < ApplicationController
|
|
|
|
skip_authorization_check
|
|
|
|
def new
|
|
end
|
|
|
|
end |