Skip to content

Instantly share code, notes, and snippets.

@luizpicolo
Created December 1, 2014 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizpicolo/89dfa140bd185449fd39 to your computer and use it in GitHub Desktop.
Save luizpicolo/89dfa140bd185449fd39 to your computer and use it in GitHub Desktop.
def parent_params
params.require(:parent).permit(
:name, :rg, :cpf, :birth_date, :avatar, {:student_ids => []},
:user_attributes => [:email, :password, :password_confirmation]
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment