added 'lib' to autoload_once_paths, changed folder and file names in LastFM library/module
This commit is contained in:
@@ -10,7 +10,7 @@ module LastFM
|
||||
base_uri "ws.audioscrobbler.com/2.0/"
|
||||
parser Proc.new { |data| Hashie::Mash.new(ActiveSupport::JSON.decode(data)) }
|
||||
default_params :format => 'json', :autocorrect => '1'
|
||||
debug_output $>
|
||||
#debug_output $>
|
||||
format :json
|
||||
|
||||
def self.api_key=(key)
|
||||
Reference in New Issue
Block a user