Initial commit
This commit is contained in:
11
lib/brayniac_ai/document_analysis.rb
Normal file
11
lib/brayniac_ai/document_analysis.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module BrayniacAI
|
||||
class DocumentAnalysis < Base
|
||||
def headshot_filename
|
||||
object_name
|
||||
end
|
||||
|
||||
def headshot_url
|
||||
"https://s3.amazonaws.com/#{bucket_name}/#{headshot_filename}"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user