Skip to content

Instantly share code, notes, and snippets.

@ezotrank
Created January 8, 2013 11:54
Show Gist options
  • Save ezotrank/4483197 to your computer and use it in GitHub Desktop.
Save ezotrank/4483197 to your computer and use it in GitHub Desktop.
class Chef
module RAILS
module UserHelpers
def add_user(params)
user_account params['login'] do
action [:create, :modify]
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment