Methods
Instance Public methods
display_name()
Link
Source: show
# File rhino/rhino/lib/rhino/resource/active_storage_extension.rb 25 def display_name 26 filename.to_s 27 end
readable_properties()
Link
Source: show
# File rhino/rhino/lib/rhino/resource/active_storage_extension.rb 31 def readable_properties 32 super + ["signed_id"] 33 end
serializable_hash(options = nil)
Link
Source: show
# File rhino/rhino/lib/rhino/resource/active_storage_extension.rb 36 def serializable_hash(options = nil) 37 super(options).merge("signed_id" => signed_id) 38 end