Flowdock
method

new

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionView::InlineTemplate
new(source, type = nil) public

No documentation

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

Hide source
# File actionpack/lib/action_view/inline_template.rb, line 7
    def initialize(source, type = nil)
      @source = source
      @extension = type
      @method_segment = "inline_#{@source.hash.abs}"
    end
Register or log in to add new notes.