small fix
This commit is contained in:
parent
a50b6c03ef
commit
c5390eb00a
|
|
@ -120,7 +120,7 @@
|
|||
<% elsif @property.property_location.nil? %>
|
||||
<%= f.select :property_location, @locations, {:selected => "other_location"} %>
|
||||
<% else %>
|
||||
<%= f.select :property_location, @locations %>
|
||||
<%= f.select :property_location, @locations, {:selected => @property.property_location.id.to_s} %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue