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-talk+unsubscr...@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.

-- 
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+unsubscr...@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/CAL%3D0gLvzEADYKu-G7U9wX4ZrKPRr1OLSk6uD%3DMC6y7ToKhbKjw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to