forked from locomotivecms/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge pull request locomotivecms#148
- Loading branch information
did
committed
Jul 28, 2011
1 parent
08cac3b
commit 6d66275
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,11 @@ | |
# # => '[email protected]' (Heroku), '[email protected]' (Bushido), '[email protected]' (Dev) or 'support@<your_hosting_platform>' (Multi-sites) | ||
config.mailer_sender = 'support' | ||
|
||
# allow apps using the engine to add their own Liquid drops, variables and similar available | ||
# in Liquid templates, extending the assigns used while rendering. | ||
# follow the Dependency Injection pattern | ||
# config.context_assign_extensions = {} | ||
|
||
# Rack-cache settings, mainly used for the inline resizing image module. Default options: | ||
# config.rack_cache = { | ||
# :verbose => true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,11 @@ | |
# # => '[email protected]' (Heroku), '[email protected]' (Bushido), '[email protected]' (Dev) or 'support@<your_hosting_platform>' (Multi-sites) | ||
config.mailer_sender = 'support' | ||
|
||
# allow apps using the engine to add their own Liquid drops, variables and similar available | ||
# in Liquid templates, extending the assigns used while rendering. | ||
# follow the Dependency Injection pattern | ||
# config.context_assign_extensions = {} | ||
|
||
# Rack-cache settings, mainly used for the inline resizing image module. Default options: | ||
# config.rack_cache = { | ||
# :verbose => true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters