How to save a resume by click in rails

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 %> - <%= res.current_address %>

  • Preferred Job: <%= res.job_title %>

  • Experience: <%= res.year_of_experience %>

  • Education Qualification: <%= res.degree
    %>

  • Institute Name: <%= res.institute_name %>

  • Save resume- Updated: <%=
    res.created_at
    %>


  • On 6 February 2016 at 10:49, Mukto M. [email protected] 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

    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