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

adjust for rails

Location:
ruby/branches/0.0/models/rm/common
Files:
3 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
  • ruby/branches/0.0/models/rm/common/generic.rb

    r4 r167  
    1 module OpenEHR
     1module OpenEhr
    22  module RM
    33    module Common
    44      module Generic
    5         class Revision_History
    6         end # of Revision_History
     5        class RevisionHistory
     6        end # of RevisionHistory
    77      end # of Generic
    88    end # of Common
  • ruby/branches/0.0/models/rm/common/resource.rb

    r24 r167  
    11require 'set'
    2 module OpenEHR
     2module OpenEhr
    33  module RM
    44    module Common
Note: See TracChangeset for help on using the changeset viewer.