weppos / tabs_on_rails

Tabs on Rails is a simple Rails plugin for creating and managing tabs and navigation menus.
https://simonecarletti.com/code/tabs-on-rails
MIT License
294 stars 52 forks source link

Wrong number of arguments #4

Closed calebperkins closed 14 years ago

calebperkins commented 14 years ago

What is wrong with this code? When I try putting this in my header I get "wrong number of arguments (2 for 3)" for the first line.

- tabs_tag do |t|
  = t.auctions image_tag("header/auctions.png"), auctions_path
calebperkins commented 14 years ago

Sorry, this is a duplicate