Ignore:
Timestamp:
Feb 22, 2008, 6:35:55 AM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

correct some typo

File:
1 edited

Legend:

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

    r7 r8  
    3333        class Locatable < Pathable
    3434          include Locater_Constants
    35           attr_accessor :uid, :archetype_node_id, archetype_details
     35          attr_accessor :uid, :archetype_node_id, :archetype_details
    3636          attr_accessor :feeder_audit, :links, :parent
    37           def initialize(uid, archetype_node_id, name, archetype_details
     37          def initialize(uid, archetype_node_id, name, archetype_details,
    3838                         feeder_audit, links, parent)
    3939            super(parent)
     
    5252            @feeder_audit = feeder_audit
    5353            @links = links
     54            @parent = parent
    5455          end
    5556          def item_at_path(path)
Note: See TracChangeset for help on using the changeset viewer.