Module: SmartTag

Defined in:
lib/smart_tag.rb,
lib/smart_tag/engine.rb,
lib/smart_tag/helper.rb,
lib/smart_tag/version.rb

Defined Under Namespace

Modules: Builder, Helper, Rails

Constant Summary collapse

VERSION =
"0.5.4"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (SmartTag)

    the object that the method was called on



5
6
7
# File 'lib/smart_tag.rb', line 5

def self.setup
  yield self
end