Ignore:
Timestamp:
Aug 6, 2009, 1:20:05 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

adjust for rails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.0/models/rm/common/archetyped.rb

    r8 r167  
    1 module OpenEHR
     1module OpenEhr
    22  module RM
    33    module Common
    44      module Archetyped
    5         module Locater_Constants
     5        module LocaterConstants
    66          CURRENT_TRANSACTION_ID = "current"
    77          FRAGMENT_SEPARATOR = "#"
     
    3232        end
    3333        class Locatable < Pathable
    34           include Locater_Constants
     34          include LocaterConstants
    3535          attr_accessor :uid, :archetype_node_id, :archetype_details
    3636          attr_accessor :feeder_audit, :links, :parent
Note: See TracChangeset for help on using the changeset viewer.