Skip to content
Snippets Groups Projects
Commit e0a014ee authored by Teal's avatar Teal
Browse files

fix error in dev

parent 454bccd3
No related branches found
No related tags found
No related merge requests found
class ApplicationController < ActionController::Base
helper_method :current_user
def default_url_options
{ host: 'rescheduled.c3lingo.org', protocol: 'https' } if Rails.env.production?
end
private
def current_user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment