module SkeletorBackbone
Constants
- VERSION
Public Class Methods
css_path()
click to toggle source
# File lib/skeletor_backbone.rb, line 13 def self.css_path File.expand_path("#{root_path}/app/assets/stylesheets/skeletor", __FILE__) end
js_path()
click to toggle source
# File lib/skeletor_backbone.rb, line 9 def self.js_path File.expand_path("#{root_path}/app/assets/javascripts/skeletor", __FILE__) end
root_path()
click to toggle source
# File lib/skeletor_backbone.rb, line 5 def self.root_path File.expand_path('../..', __FILE__) end