config/routes.rb in tml-rails-4.3.12 vs config/routes.rb in tml-rails-4.4.1
- old
+ new
@@ -29,8 +29,6 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
Rails.application.routes.draw do
get '/tml/upgrade' => 'tml_rails/tools#upgrade'
- get '/tml/on' => 'tml_rails/tools#enable'
- get '/tml/off' => 'tml_rails/tools#disable'
end