Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
appmode committed Aug 21, 2015
1 parent 0c14236 commit 0dcf75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybib/libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def render_upstream(upstreams, name = '')
def fetch_node(node, app, *args)
::EasyBib::Config.node(node, app, args)
end

def get_www_redirect_name(domain_name)
domain_name.split(' ').select { |d| d.start_with?('www.') }.map { |d| d[4..-1] }.join(' ')
end
Expand Down

0 comments on commit 0dcf75d

Please sign in to comment.