mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Initial commit
This commit is contained in:
6
app/controllers/pages_controller.rb
Normal file
6
app/controllers/pages_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class PagesController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
|
||||
def dashboard
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user