Skip to content

Instantly share code, notes, and snippets.

@monde
Created December 20, 2011 18:52
Show Gist options
  • Save monde/1502731 to your computer and use it in GitHub Desktop.
Save monde/1502731 to your computer and use it in GitHub Desktop.
class Publisher < ActiveRecord::Base
include Rails.application.routes.url_helpers
default_url_options[:host] = Rails.application.config.host
belongs_to :application
serialize :options
validates_presence_of :application_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment