Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix paths to the generators - reportable - Fork of reportable required by WarVo…
Log
Files
Refs
README
---
commit 8a353f324c3cd19215f75f712cf34c1cbf32e5c4
parent 10c95f6e91143f578157e253bd4a57c6832cbbb2
Author: HD Moore <[email protected]>
Date: Sat, 12 Jan 2013 19:06:17 -0600
Fix paths to the generators
Diffstat:
M lib/saulabs/reportable/railtie.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/saulabs/reportable/railtie.rb b/lib/saulabs/reportable/railtie…
@@ -25,9 +25,9 @@ module Saulabs
end
generators do
- require File.join(GEM_ROOT, 'generators', 'reportable_migration', 'rep…
- require File.join(GEM_ROOT, 'generators', 'reportable_raphael_assets',…
- require File.join(GEM_ROOT, 'generators', 'reportable_jquery_flot_asse…
+ require File.join(GEM_ROOT, 'lib', 'generators', 'reportable_migration…
+ require File.join(GEM_ROOT, 'lib', 'generators', 'reportable_raphael_a…
+ require File.join(GEM_ROOT, 'lib', 'generators', 'reportable_jquery_fl…
end
end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.