Flowdock
method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Rails::Railtie
new() public

No documentation

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

Hide source
# File railties/lib/rails/railtie.rb, line 246
    def initialize # :nodoc:
      if self.class.abstract_railtie?
        raise "#{self.class.name} is abstract, you cannot instantiate it directly."
      end
    end
Register or log in to add new notes.