Skip to content

Commit 0d39bf2

Browse files
committed
tweaking
1 parent 94e382f commit 0d39bf2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config/application.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ class Application < Rails::Application
157157

158158
# The default locale (use the i18n format!)
159159
config.x.locales.default = 'en-GB'
160+
160161
# The character that separates a locale's ISO code for i18n. (e.g. `en-GB` or `en`)
161162
# Changing this value is not recommended!
162163
config.x.locales.i18n_join_character = '-'
164+
163165
# The character that separates a locale's ISO code for Gettext. (e.g. `en_GB` or `en`)
164166
# Changing this value is not recommended!
165167
config.x.locales.gettext_join_character = '_'
@@ -170,11 +172,14 @@ class Application < Rails::Application
170172

171173
# Determines the number of links a funder is allowed to add to their template
172174
config.x.max_number_links_funder = 5
175+
173176
# Determines the number of links a funder can add for sample plans for their template
174177
config.x.max_number_links_sample_plan = 5
178+
175179
# Determines the maximum number of themes to display per column when an org admin
176180
# updates a template question or guidance
177181
config.x.max_number_themes_per_column = 5
182+
178183
# default results per page
179184
config.x.results_per_page = 10
180185

@@ -209,6 +214,7 @@ class Application < Rails::Application
209214

210215
# Determines how long to cache results for OrgSelection::SearchService
211216
config.x.cache.org_selection_expiration = 86_400
217+
212218
# Determines how long to cache results for the ResearchProjectsController
213219
config.x.cache.research_projects_expiration = 86_400
214220

@@ -353,7 +359,7 @@ class Application < Rails::Application
353359
end
354360

355361
config.active_record.dump_schema_after_migration = ENV["ACTIVE_RECORD_DUMP_SCHEMA_AFTER_MIGRATION"]
356-
362+
357363
end
358364

359365
end

0 commit comments

Comments
 (0)