Add uservoice plugin

This commit is contained in:
wvengen 2014-12-16 22:43:46 +01:00
parent bf6a31a032
commit f72da3b5c9
6 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module FoodsoftUservoice
class Engine < ::Rails::Engine
end
end

View file

@ -0,0 +1,3 @@
module FoodsoftUservoice
VERSION = "0.0.1"
end