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