Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Tcc < ActiveRecord::Base
  2. has_attached_file :arquivo
  3. validates_attachment :arquivo, presence:true,
  4. content_type: { content_type: "application/pdf" }
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement