Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ArgumentError in Administration/groups#new
  2.  
  3. Showing app/views//_form.erb where line #6 raised:
  4.  
  5. wrong number of arguments (5 for 4)
  6. Extracted source (around line #6):
  7.  
  8. 3: <dl class="form">
  9. 4:
  10. 5: <dt class="required"><%= t :country %> <%= f.error_message_on :country %></dt>
  11. 6: <dd><%= f.country_select :country %></dd>
  12. 7:
  13. 8: <dt class="required"><%= t :name %> <%= f.error_message_on :name %></dt>
  14. 9: <dd><%= f.text_field :name %></dd>
  15. Trace of template inclusion: /app/views//new.erb
  16.  
  17. Application Trace | Framework Trace | Full Trace
  18. vendor/plugins/country_select/lib/country_select.rb:7:in `initialize'
  19. vendor/plugins/country_select/lib/country_select.rb:7:in `new'
  20. vendor/plugins/country_select/lib/country_select.rb:7:in `country_select'
  21. vendor/plugins/country_select/lib/country_select.rb:80:in `country_select'
  22. app/views/administration/groups/_form.erb:6
  23. app/views/administration/groups/_form.erb:1
  24. app/views/administration/groups/new.erb:5
Add Comment
Please, Sign In to add comment