Skip to content

Commit

Permalink
Replace 'create_if_missing' action with 'create'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Baptiste Favre committed Oct 6, 2015
1 parent 9cb5b73 commit 3e05191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/user.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
actions :create_if_missing, :update, :delete
actions :create, :update, :delete
default_action :create_if_missing

state_attrs :login,
Expand Down

0 comments on commit 3e05191

Please sign in to comment.