1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused private method

This commit is contained in:
Syamil MJ 2016-02-07 04:07:48 +08:00
parent f611e59cb1
commit 04021c4b78

View file

@ -72,10 +72,6 @@ module Rails
instrumenter.finish 'request.action_dispatch', request: request
end
def development?
Rails.env.development?
end
def logger
Rails.logger
end