lib/kit/models/miscellaneous.rb in rad_kit-0.0.8 vs lib/kit/models/miscellaneous.rb in rad_kit-0.0.9

- old
+ new

@@ -1,6 +1,12 @@ -STRONG_NAME = /\A[a-z_][a-z_0-9]*\Z/ +module Models::Miscellaneous + delegate :t, to: I18n + + module ClassMethods + delegate :t, to: I18n + end +end \ No newline at end of file