Module: Ccd::USRealmDateAndTimeDTUSFIELDEDDETemplate

Included in:
USRealmDateAndTimeDTUSFIELDEDDE
Defined in:
lib/ccd/templates/us_realm_date_and_time_dtusfieldedde_template.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
5
6
7
8
9
# File 'lib/ccd/templates/us_realm_date_and_time_dtusfieldedde_template.rb', line 2

def self.included(base)
  base.class_eval do
    extend ::Ccd::Dsl
    
    # 	SHALL be precise to the day
    constraint '', {:cardinality=>"1..1"}
  end
end