Skip to content

Commit

Permalink
heyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hodgson committed May 21, 2009
1 parent 290ea7d commit a3a5566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/topic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class Topic < ActiveRecord::Base
has_and_belongs_to_many :topics, :class_name => 'Topic', :join_table => :topics_topics, :foreign_key => :parent_id, :association_foreign_key => :child_id
has_many :occurrences, :through => :topics_occurrences

end
end
1 change: 0 additions & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
= link_to "Register", new_account_path
|
= link_to "Log In", new_user_session_path
|
-else
= link_to "My Account", account_path |
= link_to "Logout", user_session_path, :method => :delete, :confirm => "Are you sure you want to logout?"
Expand Down

0 comments on commit a3a5566

Please sign in to comment.