app/controllers/tr8n/dashboard_controller.rb in tr8n-3.0.5 vs app/controllers/tr8n/dashboard_controller.rb in tr8n-3.1.1

- old
+ new

@@ -19,14 +19,15 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ -class Tr8n::DashboardController < Tr8n::BaseController +module Tr8n + class DashboardController < Tr8n::BaseController - before_filter :validate_current_translator + before_filter :validate_current_translator - def index - - end + def index + end + end end \ No newline at end of file