Ruby on Rails Thursday, February 18, 2016

Colin is right, we need more information. Where do you want the data saved? 

On Saturday, February 6, 2016 at 2:50:40 AM UTC-8, Ruby-Forum.com User wrote:
I want to save a resume by clicking on this without database how can I
do this anyone can
help me please this purpose?

I also added a screen shot

below is my view file code:


     <div class="col-sm-6">
       <ul class="list-unstyled">
         <li class="employ-name"><a href=""><%= res.first_name %> <%=
res.last_name %></a> <span>- <%= res.current_address %></span></li>
         <li>Preferred Job: <%= res.job_title %></li>
         <li>Experience: <%= res.year_of_experience %></li>
         <li>Education Qualification: <%= res.degree
%></li>
        <li>Institute Name: <%= res.institute_name %></li>
        <li><a href="">Save resume</a><span>- Updated: <%=
res.created_at
%></span></li>
       </ul>
    </div>

Attachments:
http://www.ruby-forum.com/attachment/11258/fshot.png


--
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/99f5433d-f8cf-4c22-8315-fbda80131d03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment