4 lines
95 B
Ruby
4 lines
95 B
Ruby
ActionDispatch::Callbacks.to_prepare do
|
|
LastFM::Request::api_key = ENV['LASTFM_API_KEY']
|
|
end
|