lawrencepit / ruby-saml-idp

SAML Identity Provider library in ruby
MIT License
137 stars 102 forks source link

Don't name controller action 'initialize' #2

Closed loe closed 12 years ago

loe commented 12 years ago

Spent a few hours fiddling before figuring this out. On rails 2 this is pretty catastrophic and causes very weird issues. Name the action 'init' or 'start' or really anything but the class constructor method name.

loe commented 12 years ago

Wrong project, meant for this to be on ruby-saml.