resources :project_proposals, only: [:index] do
get "excel_download" # !!!
end
def lib
%a{:href => link_page("price")}
%img{:onmouseout => "this.src='YOUR_START_IMAGE'", :onmouseover => "this.src='YOUR_IMAGE_'",
:onclick => "this.src='YOUR_IMAGE_AFTER_CLICK'", :src => "YOUR_START_IMAGE"}
Be sure to write the quote marks exactly as they are here, or it will not work.
def random_string(n)
(0...n).map { ('a'..'z').to_a[rand(26)] }.join
end
string = "asdf adsfkjhg lskjdfglksjdfg dfg h ffd ffdfd lskjdfglhsdfkjg weprtwuiert sldfkgj vsbnm,ckdsfgj"
str_arr = string.split(" ")