tiy-austin-ror-may2015 / crs2000

1 stars 1 forks source link

added route for invites show page for real #112

Closed cecyc closed 9 years ago

cecyc commented 9 years ago

Added a "invitations" path to routes that takes 'admin/invitations/show' to 'invitations#show' as 'invitations'. This shouldn't conflict with the routes for invites already set up.

@Graciexia @mlgiardina please take a look to make sure this doesn't interfere with your stuff.

BenHand commented 9 years ago

:+1:

alejandroereyes commented 9 years ago

:+1:

mlgiardina commented 9 years ago

this doesn't interfere with my stuff, but are we now able to remove the invite method from the meetings controller?

JMD1986 commented 9 years ago

:100: :+1:

cecyc commented 9 years ago

@mlgiardina we cannot remove the invite method from the meetings controller. Gracie needs it for her stuff to work. Her invite method does things slightly differently than the create method in the invites controller, so we need both. :)

Thanks for merging @alejandroereyes !