search for: divout

Displaying 2 results from an estimated 2 matches for "divout".

Did you mean: devout
2011 Apr 13
8
Set password on file.
User must have opportunity to set password on their files. So what would be the best way to implement it? Is there any gems? Regards, Ivan. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send
2011 Apr 07
0
Match path without controller.
Hi. I wanna do something like that: match ''/system/videos/:id/original/snapshot.jpg'', :as => :snapshot So i could do "snapshot_path(id)" in my views. Currently i implemented it as a Helper Method. Is there any way to match path without controller? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.