Skip to content

Commit

Permalink
Added an extra line for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hisayohorie committed Jun 22, 2017
1 parent f157f08 commit 21b3e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/suggested_councillors_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class SuggestedCouncillorsController < ApplicationController
before_action :check_if_feature_flag_is_on

def new
@suggested_councillor = SuggestedCouncillor.new
@authority = Authority.find_by_short_name_encoded!(params[:authority_id])
Expand Down

0 comments on commit 21b3e57

Please sign in to comment.