You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a class definition like this:
class InitialMigration < ActiveRecord::Migration
end
code coloring is not honored. If I have it like this:
class InitialMigration < ActiveRecord
end
code is colored properly. I'm not extremely "deep" into TM, so I may be doing something wrong, but I pulled the latest bundle from here and that didn't seem to help.
The text was updated successfully, but these errors were encountered:
If I have a class definition like this:
class InitialMigration < ActiveRecord::Migration
end
code coloring is not honored. If I have it like this:
class InitialMigration < ActiveRecord
end
code is colored properly. I'm not extremely "deep" into TM, so I may be doing something wrong, but I pulled the latest bundle from here and that didn't seem to help.
The text was updated successfully, but these errors were encountered: