module Shrine::Plugins::Included::AttachmentMethods
Public Instance Methods
included(klass)
click to toggle source
Calls superclass method
# File lib/shrine/plugins/included.rb, line 13 def included(klass) super klass.instance_exec(@name, &shrine_class.opts[:included][:block]) end