Skip to content

Commit

Permalink
Alias create_template to create
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed Apr 15, 2016
1 parent 94e9081 commit 07a62fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dnsimple/client/templates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def create_template(account_id, attributes, options = {})

Dnsimple::Response.new(response, Struct::Template.new(response["data"]))
end
alias template create_template

# Gets the template with specified ID.
#
Expand Down

0 comments on commit 07a62fb

Please sign in to comment.