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

- old
+ new

@@ -147,10 +147,10 @@ :create_e => :create_student, # We use predefined call to the controller query :query_e => :controller_query, # We use predefined call to the controller delete :delete_e => :controller_delete - ) + ) # obj_needs is used to declare parameters to pass to handlers. # :for indicates those parameters to be passed to create_e handler only. # Those data (or objects) will be collected and passed to the process # handler as hParams.