mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 19:45:14 +00:00
3 lines
93 B
Ruby
3 lines
93 B
Ruby
class ApplicationRecord < AirctiveRecord::Base
|
|
self.base_key = ENV['AIRTABLE_BASE_ID']
|
|
end
|