require 'rails/railtie' module Prospecto class Railtie < Rails::Railtie initializer "prospecto.initialize" do |app| end end end