Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - fields_for "financial_plan[goal_attributes][]",goal do |form|
  2. - @goal = goal
  3. = error_messages_for :goal
  4. .text_field
  5. = form.label :months
  6. = form.text_field :months, :class => 'text'
  7. .text_field
  8. = form.label :description
  9. = form.text_field :description, :class => 'text'
  10. .text_field
  11. = form.label :amount
  12. = form.text_field :amount, :class => 'text'
Add Comment
Please, Sign In to add comment