app/models/phcmembers/connections.rb in phcmembers-11.0.0 vs app/models/phcmembers/connections.rb in phcmembers-12.0.1

- old
+ new

@@ -1,7 +1,7 @@ -module Phcmembers - module Connections - def self.table_name_prefix - 'phcmembers_connections_' - end - end -end +module Phcmembers + module Connections + def self.table_name_prefix + 'phcmembers_connections_' + end + end +end