Guest User

Untitled

a guest
Apr 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. - @pricings.each do |pricing|
  2. %tr{:class => cycle("odd", "even")}
  3. %td= pricing.procedure.id_number
  4. %td= pricing.procedure.name
  5. - @pricing = pricing
  6. %td= in_place_editor_field(:pricing, "price", {}, :url => pricing_path(pricing))
Add Comment
Please, Sign In to add comment