How to save a resume by click in rails

23 views
Skip to first unread message

Mukto Mona

unread,
Feb 6, 2016, 5:50:40 AM2/6/16
to rubyonra...@googlegroups.com
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/.

Colin Law

unread,
Feb 6, 2016, 6:08:01 AM2/6/16
to Ruby on Rails: Talk
On 6 February 2016 at 10:49, Mukto Mona <li...@ruby-forum.com> 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 don't understand what you mean save by clicking on this without
database. Do you mean you have a rails app with no database? If so
then where are you going to save it, in what form, and how are you
going to find it again?

Colin


>
> 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-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@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.

Matt D

unread,
Feb 18, 2016, 10:35:57 AM2/18/16
to Ruby on Rails: Talk
Colin is right, we need more information. Where do you want the data saved? 
Reply all
Reply to author
Forward
0 new messages