method

new

rails latest stable - Class: ActionText::Attachment
new(node, attachable)
public

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 66
    def initialize(node, attachable)
      @node = node
      @attachable = attachable
    end