example/students_1/process/students.rb in lorj-1.0.9 vs example/students_1/process/students.rb in lorj-1.0.10

- old
+ new

@@ -31,9 +31,9 @@ # We need to define the student object and the handler to use while we need # to create it. define_obj(:student, # The function to call in the class Students :create_e => :create_student - ) + ) obj_needs :data, :student_name, :for => [:create_e] end