Flowdock
method

new

Importance_0
v4.1.8 - 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 203
    def initialize
      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.