Sha256: a1a75bb8f55c733f22409e9cb43244c93180593144a35f660b2aff2fc86e66dc
Contents?: true
Size: 602 Bytes
Versions: 17
Compression:
Stored size: 602 Bytes
Contents
# Sub dependencies written in the gemspec are not loaded by default: # http://stackoverflow.com/questions/6960078 # We need to require them here, so we can load the JS from bootstrap require 'bootstrap-datepicker-rails' module HoboBootstrapUi VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip @@root = Pathname.new File.expand_path('../..', __FILE__) def self.root; @@root; end EDIT_LINK_BASE = "https://github.com/Hobo/hobo/edit/bootstrap_template/hobo_bootstrap" require 'hobo_bootstrap_ui/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
17 entries across 17 versions & 1 rubygems