Sha256: 0194aab4b2a7ae012f4b217cafe979bfe66f7bf049e2094871a6d0f109ae9fba

Contents?: true

Size: 1022 Bytes

Versions: 18

Compression:

Stored size: 1022 Bytes

Contents

# encoding: UTF-8

# (c) Copyright 2014 Hewlett-Packard Development Company, L.P.
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.

# In this version 4, The process will ensure a student is created only if
# missing and remove duplicates.

process_path = File.dirname(__FILE__)

# Define model

lorj_objects = %w(students)

lorj_objects.each do |name|
  require File.join(process_path, 'students', 'code', name + '.rb')
  require File.join(process_path, 'students', 'definition', name + '.rb')
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
lorj-1.0.20 example/students_4/process/students.rb
lorj-1.0.19 example/students_4/process/students.rb
lorj-1.0.18 example/students_4/process/students.rb
lorj-1.0.17 example/students_4/process/students.rb
lorj-1.0.16 example/students_4/process/students.rb
lorj-1.0.14 example/students_4/process/students.rb
lorj-1.0.13 example/students_4/process/students.rb
lorj-1.0.12 example/students_4/process/students.rb
lorj-1.0.11 example/students_4/process/students.rb
lorj-1.0.10 example/students_4/process/students.rb
lorj-1.0.9 example/students_4/process/students.rb
lorj-1.0.8 example/students_4/process/students.rb
lorj-1.0.7 example/students_4/process/students.rb
lorj-1.0.6 example/students_4/process/students.rb
lorj-1.0.5 example/students_4/process/students.rb
lorj-1.0.4 example/students_4/process/students.rb
lorj-1.0.3 example/students_4/process/students.rb
lorj-1.0.2 example/students_4/process/students.rb