Changeset 181


Ignore:
Timestamp:
Aug 11, 2009, 10:03:15 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

assumed_library_types ride on rails

Location:
ruby/branches/0.5
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/CHANGELOG

    r173 r181  
    1 2009/08/04 branche 0.5 adjust on rails
     12009/08/04 branch 0.5 adjust on rails
    222009/07/22 Almost half of the specifications of the openEHR
    33           are implemented
  • ruby/branches/0.5/config/routes.rb

    r164 r181  
    3636  # See how all your routes lay out with "rake routes"
    3737  # RESTful terminology interface
    38   #  map.resources :terminology
    3938  map.terminology 'terminology/:name/:lang/:code',
    4039                  :controller => 'terminology',
  • ruby/branches/0.5/test/unit/open_ehr_test.rb

    r173 r181  
    77
    88require 'unit/lib/open_ehr/ts_rm'
    9 
     9require 'unit/lib/open_ehr/tc_assumed_library_types'
Note: See TracChangeset for help on using the changeset viewer.