class Flipper::UI::Actions::AddFeature
Public Instance Methods
Source
# File lib/flipper/ui/actions/add_feature.rb, line 10 def get render_read_only if read_only? unless Flipper::UI.configuration.feature_creation_enabled status 403 halt view_response(:feature_creation_disabled) end view_response :add_feature end