-
Notifications
You must be signed in to change notification settings - Fork 43
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
Examples? #16
Comments
There is a section in the readme: Using For Authorization. Does that help? Or were you looking for a full example application? |
I am curious to just play around with functionalities of this gem in a full example application. It will give me a better idea what is feasible and what is not, sounds like something more people would be interested in. One of those demo kinda things. |
Got it. There is no example application, but I'll create one if I can find the time. |
I've installed this gem and it's working like a charm (Devise+Rails 4.1.8), only thing is I'm not quite sure how to add existing users/profiles to a group other than doing it on the console... Perhaps a basic example app would be greatly appreciated by several of us rails newbies 😄 |
You figured out how to use devise? How did you list out all the groups that belonged to a user in your controller? Because I keep getting an Nill:Class Error for groups with the line def index |
Integrating with Devise is beyond the scope of Groupify, but when I make a sample app it will certainly have Devise integration. If |
Would love to use this gem, but are there any examples available to have a look?
Cheers
The text was updated successfully, but these errors were encountered: