mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Added test functionality (getting list of bundles with translations).
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package by.prominence.translations
|
||||
|
||||
class TranslationsOverviewController {
|
||||
|
||||
def bundleService
|
||||
|
||||
def index() { }
|
||||
|
||||
def showBundles() {
|
||||
|
||||
render view: 'showBundles', model: [bundles: bundleService.getBundles()]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user