Skip to content

Instantly share code, notes, and snippets.

@jph
Created May 23, 2013 01:53
Show Gist options
  • Save jph/5632277 to your computer and use it in GitHub Desktop.
Save jph/5632277 to your computer and use it in GitHub Desktop.
module Billable
extend ActiveSupport::Concern
included do
attr_accessible :line_item, :line_item_id, :custom_pricing
belongs_to :line_item
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment