Skip to content

Instantly share code, notes, and snippets.

@agungsetiawan
Created March 18, 2020 14:49
Show Gist options
  • Save agungsetiawan/5101c7b0848241724aef2329937c4ab7 to your computer and use it in GitHub Desktop.
Save agungsetiawan/5101c7b0848241724aef2329937c4ab7 to your computer and use it in GitHub Desktop.
class AssetType < ApplicationRecord
has_many :asset_inventories
end
class AssetInventory < ApplicationRecord
belongs_to :asset_type
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment