Module: Tarte

Defined in:
lib/tarte.rb,
lib/tarte.rb,
lib/tarte/baked_in_associations.rb,
lib/tarte/baked_in_validation_helpers.rb

Overview

LEDO: Should I require haml? Where: gemspec, loading the plugin or the view helper?

Defined Under Namespace

Modules: BakedInAssociations, BakedInValidationHelpers, Errors

Constant Summary collapse

VERSION =
File.exist?('VERSION') ? File.read('VERSION') : ""

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def self.included(base)
  base.extend BakedInValidationHelpers
  base.extend BakedInAssociations
end