mose/rails-i18nterface

View on GitHub
lib/rails-i18nterface/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

require 'rails'

module RailsI18nterface
  class Engine < ::Rails::Engine
    isolate_namespace RailsI18nterface
  end
end