1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Fix: any user sign in dev env is possible again

This commit is contained in:
Ilya Konanykhin 2016-12-22 20:02:42 +06:00
parent ec6b58680b
commit 7fbb40e9f9

View File

@ -32,7 +32,7 @@
= render 'links'
- if false && Rails.env.development?
- if Rails.env.development?
%hr
- User.all.each do |user|
= form_for resource, as: resource_name, url: session_path(resource_name) do |f|