module <%= “#{@_init_name.to_s.underscore.camelize}Initializer” %>

def self.registered(app)

<%= @_init_data %>

end

end