Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/ticketmaster/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def initialize(*options)
super(first.to_hash)
else
@system_data[:client] = first
self.prefix_options ||= @system_data[:client].prefix_options if @system_data[:client].prefix_options
super(first.attributes)
self.prefix_options ||= @system_data[:client].prefix_options if @system_data[:client] and @system_data[:client].prefix_options
super(first.attributes) if first
end
end

Expand Down