module ActivePermalink
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/active_permalink.rb, line 17 def config @config ||= Config.new end
setup() { |config| ... }
click to toggle source
# File lib/active_permalink.rb, line 21 def setup yield config end