Skip to content

Instantly share code, notes, and snippets.

@abevoelker
Created September 18, 2013 20:37
Show Gist options
  • Save abevoelker/6615301 to your computer and use it in GitHub Desktop.
Save abevoelker/6615301 to your computer and use it in GitHub Desktop.
# app/models/telecom/circuits.rb
module Telecom::Circuits
def self.table_name_prefix
'telecom_circuits_'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment