mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-28 23:01:05 +00:00
Random small fixes
This commit is contained in:
parent
333de3854b
commit
533be0af2c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class UsersController < ApplicationController
|
||||||
@page = "general"
|
@page = "general"
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.js do
|
format.js do
|
||||||
@page = params[:page] if self.PAGES.include?(params[:page])
|
@page = params[:page] if PAGES.include?(params[:page])
|
||||||
end
|
end
|
||||||
format.html {}
|
format.html {}
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,4 +3,4 @@ require 'verification'
|
||||||
require 'exceptions'
|
require 'exceptions'
|
||||||
|
|
||||||
ActiveSupport::Deprecation.silenced = true
|
ActiveSupport::Deprecation.silenced = true
|
||||||
Rails.Application.initialize!
|
Rails.application.initialize!
|
||||||
|
|
Loading…
Reference in a new issue