Sha256: 6fdfddc575ae6f997c55b88817769528f96d02c19ce4c7d0636446e277e6798a

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

# == Schema Information
#
# Table name: gods
#
#  id         :integer          not null, primary key
#  name       :string           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#
class God < ActiveRecord::Base
  acts_as_node
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_graph_diagram-0.1.1 test/dummy/app/models/god.rb
acts_as_graph_diagram-0.1.0 test/dummy/app/models/god.rb