Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <div class="field">
  2. <%= f.label :arquivo %>
  3. <small style="color: red"> (Só serão permitidos arquivos pdf's)</small>
  4. <%= f.file_field :arquivo , :class => 'form-control' %>
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement