1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
claudiob 019df98875 Replace comments' non-breaking spaces with spaces
Sometimes, on Mac OS X, programmers accidentally press Option+Space
rather than just Space and don’t see the difference. The problem is
that Option+Space writes a non-breaking space (0XA0) rather than a
normal space (0x20).

This commit removes all the non-breaking spaces inadvertently
introduced in the comments of the code.
2012-12-04 22:11:54 -08:00
..
builder Ensure that associations have a symbol argument. 2012-11-28 13:39:42 -08:00
join_dependency
preloader
alias_tracker.rb
association.rb prevent mass assignment of polymorphic type when using build 2012-11-22 08:58:00 +01:00
association_scope.rb
belongs_to_association.rb
belongs_to_polymorphic_association.rb
collection_association.rb Use separate Relation subclasses for each AR class 2012-11-30 14:06:48 +00:00
collection_proxy.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
has_and_belongs_to_many_association.rb
has_many_association.rb
has_many_through_association.rb
has_one_association.rb Do not create useless database transaction when building has_one association. 2012-11-10 15:30:20 +02:00
has_one_through_association.rb
join_dependency.rb
join_helper.rb
preloader.rb
singular_association.rb
through_association.rb