class ShipmentsModel

Public Class Methods

hi() click to toggle source
# File lib/shipments_model.rb, line 3
def self.hi
        puts "hello world!"
end