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:
parent
ec6b58680b
commit
7fbb40e9f9
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user