Thadeu/rails-automaticlogout

View on GitHub
lib/rails/automaticlogout/views/helpers.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rails::AutomaticLogout
  module Views
    module Helpers
      def regressive_timer
        render 'automatic_logout/timer'
      end
    end
  end
end