Skip to content

Commit

Permalink
Reorganize links to place changelog second
Browse files Browse the repository at this point in the history
My justification for this is that the changelog link is more news-worthy perhaps. Feel free to discuss.
  • Loading branch information
olivierlacan committed Jan 26, 2017
1 parent dd2b5e2 commit f248a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/linkset.rb
@@ -1,7 +1,7 @@
class Linkset < ActiveRecord::Base
belongs_to :rubygem

LINKS = %w(home wiki docs mail code bugs changelog).freeze
LINKS = %w(home changelog code docs wiki mail bugs).freeze

LINKS.each do |url|
validates_formatting_of url.to_sym,
Expand Down

0 comments on commit f248a03

Please sign in to comment.