Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / app / models / blocks / image.rb
Size: Mime:
module Blocks
  class Image < Block
    content_fields :style

    if respond_to?(:has_scrapbook)
      has_scrapbook :blocks_image

      def self.params
        super << { blocks_image_id: [] }
      end
    end
  end
end