method

service_name

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Previewer
service_name() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/previewer.rb, line 73
      def service_name
        # ActiveStorage::Service::DiskService => Disk
        blob.service.class.to_s.split("::").third.remove("Service")
      end
Register or log in to add new notes.