Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Started GET "/admin/incoming_addresses/4/edit" for 88.151.240.193 at 2017-08-22 15:09:30 +0200
  2. Processing by V2::Admin::IncomingAddressesController#edit as HTML
  3. Parameters: {"id"=>"4"}
  4. Rendered v2/admin/incoming_addresses/_form.html.haml (16.8ms)
  5. Rendered v2/admin/incoming_addresses/edit.html.haml (20.6ms)
  6. Completed 500 Internal Server Error in 47ms (ActiveRecord: 6.1ms)
  7.  
  8. ActionView::Template::Error (undefined method `sub' for true:TrueClass):
  9. 8: = f.label :address, :class => "form__label"
  10. 9: = f.text_field :address
  11. 10:
  12. 11: - if @incoming_address.forwarding_address && !@incoming_address.example?
  13. 12: .inline-form-group
  14. 13: %label{:class => "form__label"}
  15. 14: = t('.forward_to')
  16. app/models/sources/incoming_address.rb:211:in `forwarding_address'
  17. app/views/v2/admin/incoming_addresses/_form.html.haml:11:in `block in _app_views_v__admin_incoming_addresses__form_html_haml__3174453178826172745_69980554342720'
  18. app/views/v2/admin/incoming_addresses/_form.html.haml:1:in `_app_views_v__admin_incoming_addresses__form_html_haml__3174453178826172745_69980554342720'
  19. app/views/v2/admin/incoming_addresses/edit.html.haml:3:in `_app_views_v__admin_incoming_addresses_edit_html_haml__4378127422973726267_69980554859100'
  20. app/controllers/v2/admin/incoming_addresses_controller.rb:35:in `edit'
  21. app/controllers/application_controller.rb:103:in `set_request_information_in_thread'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement