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