Skip to content

Commit

Permalink
Merge pull request #6 from iox/watchable_dirs_bug
Browse files Browse the repository at this point in the history
Fix typo in generator to make Rails 3.2 development caching work
  • Loading branch information
bryanlarsen committed Oct 22, 2012
2 parents 940cc01 + fbd24bf commit 778577f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def invoking_user_and_admin

def active_reload_dryml
environment "#", :env => :development
environment "config.watchable_dirs[File.join(config.root, 'app/view')] = ['dryml']", :env => :development
environment "config.watchable_dirs[File.join(config.root, 'app/views')] = ['dryml']", :env => :development
environment "# Hobo: tell ActiveReload about dryml", :env => :development
end

Expand Down

0 comments on commit 778577f

Please sign in to comment.