Skip to content

Commit

Permalink
Fix a couple of minor issues. [#84]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 31, 2014
1 parent df2c07c commit af5e022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/environments/development.rb
Expand Up @@ -13,7 +13,6 @@

# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false

# Don't care if the mailer can't send
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/app_globals.rb
Expand Up @@ -17,6 +17,6 @@

Date::DATE_FORMATS[:ical] = "%Y%m%d" # yyyymmdd, for iCal conversion

FONT_ROOT = "#{RAILS_ROOT}/fonts/dejavu-fonts-ttf-2.26/ttf"
FONT_ROOT = "#{Rails.root}/fonts/dejavu-fonts-ttf-2.26/ttf"

GMAPS_API_KEY = YAML.load_file(File.join Rails.root, 'config', 'gmaps_api_key.yml')[Rails.env]

0 comments on commit af5e022

Please sign in to comment.