Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Fixes mess in requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Aug 26, 2013
1 parent 1cd3314 commit 9390cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/login.rb
@@ -1,6 +1,4 @@
# encoding: UTF-8
require 'gravtastic'

class Login < ActiveRecord::Base
include Traits::HasAvatar

Expand Down
1 change: 1 addition & 0 deletions app/models/traits/has_avatar.rb
@@ -1,4 +1,5 @@
require 'digest/md5'
require 'gravtastic'

module Traits::HasAvatar
extend ActiveSupport::Concern
Expand Down

0 comments on commit 9390cb3

Please sign in to comment.