lib/ecrire/application.rb in ecrire-0.24.1 vs lib/ecrire/application.rb in ecrire-0.25.0
- old
+ new
@@ -24,10 +24,10 @@
def paths
@paths ||= begin
paths = super
paths.add 'config/routes.rb', with: 'routes.rb'
- paths.add 'config/locales', with: 'locales', glob: "*.{rb,yml}"
+ paths.add 'config/locales', with: 'locales', glob: "**/*.{rb,yml}"
paths
end
end
def self.onboarding?