Module: SkeletorBackbone

Defined in:
lib/skeletor_backbone.rb,
lib/skeletor_backbone/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.css_pathObject



13
14
15
# File 'lib/skeletor_backbone.rb', line 13

def self.css_path
  File.expand_path("#{root_path}/app/assets/stylesheets/skeletor", __FILE__)
end

.js_pathObject



9
10
11
# File 'lib/skeletor_backbone.rb', line 9

def self.js_path
  File.expand_path("#{root_path}/app/assets/javascripts/skeletor", __FILE__)
end

.root_pathObject



5
6
7
# File 'lib/skeletor_backbone.rb', line 5

def self.root_path
  File.expand_path('../..', __FILE__)
end