spec/fixtures/components/foo/models/welsh.rb in alephant-renderer-0.0.7 vs spec/fixtures/components/foo/models/welsh.rb in alephant-renderer-0.0.8
- old
+ new
@@ -1,5 +1,7 @@
module Fixtures
class Welsh < ::Alephant::Views::Base
- LOCALE = :cy
+ def locale
+ :cy
+ end
end
end