Sha256: 39080905cf499348a5ba48c903bff66ec70aaf9626b8f07d4af8ca49317e0470
Contents?: true
Size: 222 Bytes
Versions: 8
Compression:
Stored size: 222 Bytes
Contents
module EnjuInventory module Controller extend ActiveSupport::Concern def get_inventory_file @inventory_file = InventoryFile.find(params[:inventory_file_id]) if params[:inventory_file_id] end end end
Version data entries
8 entries across 8 versions & 1 rubygems