mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
4 lines
101 B
Ruby
4 lines
101 B
Ruby
# All Devise controllers are inherited from here.
|
|
class DeviseController < ApplicationController
|
|
end
|