module Bootsy
Public: Top Bootsy
module
Public: The gem version
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
Default way to setup Bootsy
. Run rails generate bootsy:install to create a fresh initializer with all configuration values.
# File lib/bootsy.rb, line 65 def self.setup yield self end