diff --git a/app.rb b/app.rb index f590e41..6e67653 100644 --- a/app.rb +++ b/app.rb @@ -13,7 +13,7 @@ class App < Roda plugin :route_csrf route do |r| - check_csrf! + # check_csrf! r.root do @page_title = 'Assistants List' diff --git a/views/edit.erb b/views/edit.erb index 5038044..b147d9a 100644 --- a/views/edit.erb +++ b/views/edit.erb @@ -16,7 +16,6 @@ <% end %> - <%== csrf_tag('/assistants') %>