module ActsAsTalented
Constants
- VERSION
Attributes
engine_mount_path[RW]
secret_key[RW]
Public Class Methods
setup() { |self| ... }
click to toggle source
# File lib/acts_as_talented.rb, line 17 def self.setup(&block) # You can yield your own object encapsulating your configuration logic/state yield self end