-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample Milia app isn't passing a tenant param? #58
Comments
Do you still have any questions regarding this issue? If you solved it feel free to share your insights. If not so please give it a try with the up to date Rails 5 branch https://github.com/jekuno/milia/tree/rails5-support. |
You need to provide a view for organizational signups (which contain form fields for the new tenant). Have a look at an example in the README at https://github.com/jekuno/milia/blob/master/README_DETAILS.md#view-for-organizer-sign-ups. |
Also check the instructions regarding the new sample app: |
Closing it for now. Feel free to add a comment if you still have questions. |
I am having the same issue.
I tried with the rails5-support branch as well ... same issue. |
Could you please have a look at https://github.com/jekuno/milia/issues#issuecomment-318091135 and see whether this helps? |
@jekuno this link doesn't lead to anything |
Ok, here's the correct one: #76 (comment) |
I am having the same issue. param is missing or the value is empty: tenant require sign_up_params_tenant protected
|
I followed the sample app with Rails 4.2 and Ruby 2.1.5 and when I get to the signup page and submit I see the following stack trace in the error.
There is no tenant param being passed, and it's apparently required. I made sure I didn't miss a step, it's a brand new database with nothing in it, it's a brand new app without any modifications to the step-by-step instructions other than what's mentioned above with Ruby and Rails.
Any advice?
The text was updated successfully, but these errors were encountered: