added search; autocomplete; album view; fullscreen,...
This commit is contained in:
@@ -3,8 +3,6 @@ Nineminutes::Application.configure do
|
||||
|
||||
# Reloads modules and files in lib directory
|
||||
config.autoload_paths += %W(#{config.root}/lib)
|
||||
config.autoload_paths += Dir["#{config.root}/lib/**/"]
|
||||
|
||||
|
||||
# In the development environment your application's code is reloaded on
|
||||
# every request. This slows down response time but is perfect for development
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
ActionDispatch::Callbacks.to_prepare do
|
||||
LastFM::Request::api_key = APP_CONFIG['lastfm_api_key']
|
||||
end
|
||||
@@ -1,3 +0,0 @@
|
||||
ActionDispatch::Callbacks.to_prepare do
|
||||
LastFM::LastFMRequest::api_key = APP_CONFIG['lastfm_api_key']
|
||||
end
|
||||
Reference in New Issue
Block a user