= link 'Link Name', @some_variable
= link 'Link name', "some/path/#{@some_variable}"
you don't need to use quotes around variable names as part of any method, link or otherwise. The only time that's appropriate is when you are using the variable as part of another string. In that case, you'd use double quotes and the #{} syntax around the variable name.
-Lorin
> --
> You received this message because you are subscribed to the Google Groups "StaticMatic" group.
> To post to this group, send email to stati...@googlegroups.com.
> To unsubscribe from this group, send email to staticmatic...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/staticmatic?hl=en.
>