mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-18 02:21:38 -05:00
7 lines
100 B
Ruby
7 lines
100 B
Ruby
class UsersController < ApplicationController
|
|
before_filter :sign_in_user!
|
|
|
|
def index
|
|
end
|
|
end
|