Skip to content

Commit

Permalink
Fix alias for create_template
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed Apr 15, 2016
1 parent 07a62fb commit 1d5d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dnsimple/client/templates.rb
Expand Up @@ -66,7 +66,7 @@ def create_template(account_id, attributes, options = {})

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

# Gets the template with specified ID.
#
Expand Down

0 comments on commit 1d5d792

Please sign in to comment.