This website requires JavaScript.
Explore
Help
Sign In
ansol
/
saucy
Watch
7
Star
0
Fork
0
You've already forked saucy
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f190f67f0
saucy
/
app
/
controllers
/
application_controller.rb
4 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
rails new rails new \ --skip-action-cable \ --skip-hotwire \ --skip-jbuilder \ --skip-system-test \ -a propshaft \ --database=postgresql .
2022-06-20 19:48:08 +00:00
class
ApplicationController
<
ActionController
::
Base
Add account management
2022-06-25 22:45:47 +00:00
include
Clearance
::
Controller
rails new rails new \ --skip-action-cable \ --skip-hotwire \ --skip-jbuilder \ --skip-system-test \ -a propshaft \ --database=postgresql .
2022-06-20 19:48:08 +00:00
end
Reference in New Issue
Copy Permalink