Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. when I add this code I was experiencing this error
  2.  
  3. <% is_ready = !@tour.active && !@tour.price.blank? && !@tour.listing_name.blank? && !@tour.photos.blank? && !@tour.address.blank? %>
  4.  
  5. <%= form_for @tour do |f| %>
  6. <%= f.hidden_field :active, value: true %>
  7. <%= f.submit "Publish", id: "publish_button", class: "btn btn-normal btn-block", disabled: !is_ready %>
  8. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement