linting teh hamels
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
= form_for :page, url: send_page_path do |f|
|
||||
= f.label :person_id
|
||||
= f.select :person_id, options_from_collection_for_select(@people, :id, :name, @page.person_id), include_blank: true
|
||||
:ruby
|
||||
options = options_from_collection_for_select(@people, :id, :name, @page.person_id)
|
||||
= f.select :person_id, options, include_blank: true
|
||||
|
||||
= f.label :to
|
||||
= f.phone_field :to
|
||||
|
Reference in New Issue
Block a user