Sha256: 05b8db7c6e32a95bb577b219ffc13bf90f2ae053f5878df02e48945e10e0a9a9

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 Bytes

Contents

# You MUST add models to this file, in the correct order by
# dependency (no deps at top).  There is no auto-require.
%w[
  note
  page
  box
  car
  clock
  customer
  email
  family
  favorite
  subscription
  team
  transactions
  tree
  widget
  address
  cardboard_box
  clock_observer
  invoice
  paid_invoice
  late_invoice
  company
  profile
  user
  ninja
  tasks
  credit_card
  post
  nested
  ].each do |file|
  require File.join("support", "models", file)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ripple-1.0.0.beta spec/support/models.rb