Ruby on Rails Saturday, February 6, 2016

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/ddeefada27d07138a9f81ec6daa7d3e0%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment