mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Cleanup trailing whitespace
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
module Shim
|
||||
end
|
||||
end
|
||||
|
||||
@@ -3,4 +3,4 @@ class Admins::SessionsController < Devise::SessionsController
|
||||
flash[:special] = "Welcome to #{controller_path.inspect} controller!"
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
class Publisher::RegistrationsController < ApplicationController
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
class Publisher::SessionsController < ApplicationController
|
||||
end
|
||||
end
|
||||
|
||||
@@ -11,4 +11,4 @@ class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
|
||||
sign_in user
|
||||
render :text => ""
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Welcome to "sessions/new" view!
|
||||
<%= render :file => "devise/sessions/new" %>
|
||||
<%= render :file => "devise/sessions/new" %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
Admin dashboard
|
||||
Admin dashboard
|
||||
|
||||
@@ -1 +1 @@
|
||||
Home!
|
||||
Home!
|
||||
|
||||
@@ -1 +1 @@
|
||||
Join
|
||||
Join
|
||||
|
||||
@@ -1 +1 @@
|
||||
User dashboard
|
||||
User dashboard
|
||||
|
||||
Reference in New Issue
Block a user