Browse Source

trim empty lines

for_activeadmin
Carlos Vilhena 13 years ago
parent
commit
d1a4f4073a
  1. 2
      lib/two_factor_authentication/orm/active_record.rb

2
lib/two_factor_authentication/orm/active_record.rb

@ -1,10 +1,8 @@
module TwoFactorAuthentication module TwoFactorAuthentication
module Orm module Orm
module ActiveRecord module ActiveRecord
module Schema module Schema
include TwoFactorAuthentication::Schema include TwoFactorAuthentication::Schema
end end
end end
end end

Loading…
Cancel
Save