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