assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 269 forks source link

Separate add_participant into separate module. #286

Closed peterkovacs closed 8 years ago

peterkovacs commented 8 years ago

To allow for including add_participant into a controller without the rest of the vanity dashboard.

However, if you include Vanity::Rails::Dashboard, the add_participant action is still included.

phillbaker commented 8 years ago

Thanks @peterkovacs - this looks like it's backwards compatible as well.