mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-28 14:51:40 +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"
|
||||
respond_to do |format|
|
||||
format.js do
|
||||
@page = params[:page] if self.PAGES.include?(params[:page])
|
||||
@page = params[:page] if PAGES.include?(params[:page])
|
||||
end
|
||||
format.html {}
|
||||
end
|
||||
|
|
|
@ -3,4 +3,4 @@ require 'verification'
|
|||
require 'exceptions'
|
||||
|
||||
ActiveSupport::Deprecation.silenced = true
|
||||
Rails.Application.initialize!
|
||||
Rails.application.initialize!
|
||||
|
|
Loading…
Reference in a new issue