ging / avatars_for_rails

A Rails gem to manage avatars
MIT License
45 stars 27 forks source link

Use views from gem #13

Closed wegorich closed 11 years ago

wegorich commented 11 years ago

Can`t understand how to use the views u provide. :( There is none after :install

atd commented 11 years ago

Hi @wegorich the view is inside the Rails Engine. You need to include in your view:

<%= render :partial => 'avatars/form' %>