John Donner

Results 1 issues of John Donner

Being able to dynamically apply data passed in as options is super helpful: ```ruby link :personalized_url do |object, params| "http://movies.com/#{object.name}-#{params[:user].reference_code}" end ``` However, I need to apply the id dynamically,...