module RailsBootstrapMaterialDesign
Constants
- VERSION
Public Class Methods
gem_path()
click to toggle source
# File lib/rails-bootstrap-material-design.rb, line 5 def self.gem_path Pathname(File.realpath(__FILE__)).join('../..') end
gem_spec()
click to toggle source
# File lib/rails-bootstrap-material-design.rb, line 9 def self.gem_spec Gem::Specification::load( gem_path.join("rails-bootstrap-material-design.gemspec").to_s ) end
load_paths()
click to toggle source
# File lib/rails-bootstrap-material-design.rb, line 15 def self.load_paths gem_path.join('app/assets').each_child.to_a end