Active Storage Blob Identifiable
Methods
- I
-
Instance Public methods
identify()
Link
Source:
show
|
on GitHub
def identify
identify_without_saving
save!
end
identify_without_saving()
Link
Source:
show
|
on GitHub
def identify_without_saving
unless identified?
self.content_type = identify_content_type
self.identified = true
end
end