Introduction
Introduction Statistics Contact Development Disclaimer Help
cherry picking hmoore-r7 fix for load paths - reportable - Fork of reportable r…
Log
Files
Refs
README
---
commit 980da245617fbf79d79ad4e6fff71c4a131e083b
parent e84698645f207ecd889c79b76af56188b3456f24
Author: Pedro Freitas <[email protected]>
Date: Tue, 19 Mar 2013 12:45:42 +0000
cherry picking hmoore-r7 fix for load paths
Diffstat:
M generators/reportable_jquery_flot_… | 2 ++
M generators/reportable_raphael_asse… | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/generators/reportable_jquery_flot_assets/reportable_jquery_flot_as…
@@ -2,6 +2,8 @@ class ReportableJqueryFlotAssetsGenerator < Rails::Generators::…
include Rails::Generators::Actions
+ source_root File.expand_path('../templates/', __FILE__)
+
def create_jquery_flot_file
empty_directory('public/javascripts')
copy_file(
diff --git a/generators/reportable_raphael_assets/reportable_raphael_assets_gen…
@@ -2,6 +2,8 @@ class ReportableRaphaelAssetsGenerator < Rails::Generators::Base
include Rails::Generators::Actions
+ source_root File.expand_path('../templates/', __FILE__)
+
def create_raphael_file
empty_directory('public/javascripts')
copy_file(
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.