Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
allow an origin alias to override the alias in a sieste backend
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jul 24, 2014
1 parent 6911a66 commit 355caae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/backend/sieste.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def initialize params={}
super
@base_url = mandatory_param :url
@origin = mandatory_param :origin
@origin_alias = optional_param :origin_alias, @alias
end

# Sieste don't need no storage
Expand Down

0 comments on commit 355caae

Please sign in to comment.