This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-23 15:32:26 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
c77bc525cb
discourse
/
lib
/
enum_site_setting.rb
8 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: enable frozen string literal on all files This reduces chances of errors where consumers of strings mutate inputs and reduces memory usage of the app. Test suite passes now, but there may be some stuff left, so we will run a few sites on a branch prior to merging
2019-05-03 06:17:27 +08:00
# frozen_string_literal: true
Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency.
2013-08-24 05:35:01 +08:00
class
EnumSiteSetting
def
self
.
translate_names?
false
end
end
Reference in New Issue
Copy Permalink