This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian
/
lpr-partynest
Archived
Watch
1
Star
0
Fork
You've already forked lpr-partynest
0
Code
Activity
This repository has been archived on
2023-03-27
. You can view files and clone it, but cannot push or open issues or pull requests.
59f205cf3e
lpr-partynest
/
app
/
controllers
/
application_controller.rb
5 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add frozen string literal comments
2018-11-22 14:58:12 -05:00
# frozen_string_literal: true
Initialize Rails application
2018-11-22 14:33:08 -05:00
class
ApplicationController
<
ActionController
::
Base
end
Copy permalink