Method: Netfira::WebConnect.db_table_prefix
- Defined in:
- lib/netfira/web_connect.rb
.db_table_prefix(string = '') ⇒ Object
29 30 31 |
# File 'lib/netfira/web_connect.rb', line 29 def self.db_table_prefix(string = '') [@config.db_table_prefix, string].join.to_sym end |