diff --git a/lib/casino/inflections.rb b/lib/casino/inflections.rb index 7332cd4d..f9850210 100644 --- a/lib/casino/inflections.rb +++ b/lib/casino/inflections.rb @@ -2,6 +2,5 @@ # the Railtie is going to declare a table_name_suffix based upon the name of the # Railtie. Without this definition, the Railtie would use 'ca_s_ino' ActiveSupport::Inflector.inflections do |inflect| - inflect.acronym 'CAS' inflect.acronym 'CASino' end \ No newline at end of file