Now i want to make just simple back End to my first Ruby application
so i want to make header and include it to all of the pages in this back
End
so how i can make require or include to simple Html page in ruby
(this page just i want to set some links in it )
in Php we just make page and require or include it by
`require("my_page_name.php")`
or
`include("my_page_name.php")`
how we can make that in Ruby on Rails
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8cb14db04e120b1bcec88ebf7deb6727%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment