Re: [Rails] Re: Get the class name of the class who called the parent instance method.

2014-10-11 Thread Alexandre Calvão
Thanks Mike. === *Alexandre Mondaini Calvão* *Nossa recompensa se encontra no esforço e não no resultado. Um esforço total é uma vitória completa*. [Ghandi] 2014-10-10 13:31 GMT-03:00 Mike local@gmail.com: You might want something like this. class Foo end

[Rails] what is the best way to create a rota

2014-10-11 Thread Mohammed Rashid
a rota where users can have their own unique fields they can add and share with other staff members. Where they can create edit show and delete only their own entry but admin can control everything. I got very close at a point but struggles at the uniqueness of a certain user. I am just wondering