cbeer / devise-guests

fake 'em until you make 'em
MIT License
130 stars 31 forks source link

Allow setting of custom params on guest model #30

Closed pacso closed 3 years ago

pacso commented 3 years ago

This enables the setting of custom parameters on the devise guest model when creating the guest account instance. By overriding the set_guest_MAPPING_params method you are able to return a new hash of params that should be assigned to the new guest created.

pacso commented 3 years ago

Are you happy with this PR now, or do you have any issue with merging it?

pacso commented 3 years ago

Any further thoughts on this?

pacso commented 3 years ago

I've added another feature on my master branch, so I'll need to create a new PR without those changes.

pacso commented 3 years ago

Closing in favour of #31