Skip to content

Commit

Permalink
change StateRep set_role to exclude state name
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Aug 24, 2017
1 parent 13aedb7 commit 16baba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/state_rep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def set_state_leg_id
end

def set_role
self.role = "#{state.name} State #{state.send("#{chamber}_chamber_title")}"
self.role = "State #{state.send("#{chamber}_chamber_title")}"
end

def set_party_as_democrat
Expand Down

0 comments on commit 16baba4

Please sign in to comment.