Skip to content

Instantly share code, notes, and snippets.

@cableray
Created February 18, 2014 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cableray/9064664 to your computer and use it in GitHub Desktop.
Save cableray/9064664 to your computer and use it in GitHub Desktop.
require 'jade'
module ResourceBrowser
class Engine < ::Rails::Engine
isolate_namespace ResourceBrowser
config.assets.enabled = true
end
end
h1 Hi from template!
(function() { this.JST || (this.JST = {}); this.JST["resource_browser/templates/main_show.jade"] = h1 Hi from template!;
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment