spec/lib/generators/nyauth/tmp/app/views/nyauth/confirmation_requests/new.html.erb in nyauth-0.2.8 vs spec/lib/generators/nyauth/tmp/app/views/nyauth/confirmation_requests/new.html.erb in nyauth-0.3.0
- old
+ new
@@ -1 +1 @@
-<%= form_for client_class.new, url: confirmation_requests_path_for(client_name) do |f| %>
+<%= form_for nyauth_client_class.new, url: confirmation_requests_path_for(nyauth_client_name) do |f| %>