module Skr
The main namespace for Skr
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/skr/configuration.rb, line 61 def config @@config end
configure() { |config| ... }
click to toggle source
# File lib/skr/configuration.rb, line 65 def configure yield(@@config) end
system_settings()
click to toggle source
# File lib/skr.rb, line 16 def self.system_settings Lanes::SystemSettings.for_ext('skr') end
table_name_prefix()
click to toggle source
# File lib/skr.rb, line 12 def self.table_name_prefix "skr_" end