Banner in RoR

how can i add a banner into my master page built using Ruby 1.8 ?

Any suggestions are welcome

thank

how can i add a banner into my master page built using Ruby 1.8 ?

Any suggestions are welcome

I’m not totally sure what you mean; but if this is an element you want on every page, you’ll just want to put it on the main application layout. If that doesn’t mean anything to you, check out Michael Hartl’s rails tutorial or the rails guides. They should help. http://ruby.railstutorial.org/ruby-on-rails-tutorial-book and http://guides.rubyonrails.org

-Phil