diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-03 17:07:07 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-03 17:07:07 +0200 |
commit | 146a33bc88fd6d91f980b0ff31046222e701bcb0 (patch) | |
tree | 5ccd8fea23684ee178b98dabfd44c757fba2f971 /lib | |
parent | ceae303c49523193216bef1a5ceb82940fb083c2 (diff) | |
download | rails-146a33bc88fd6d91f980b0ff31046222e701bcb0.tar.gz rails-146a33bc88fd6d91f980b0ff31046222e701bcb0.tar.bz2 rails-146a33bc88fd6d91f980b0ff31046222e701bcb0.zip |
Missing CR
Diffstat (limited to 'lib')
-rw-r--r-- | lib/active_file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_file.rb b/lib/active_file.rb index 6633ba9e82..b4b319fc8e 100644 --- a/lib/active_file.rb +++ b/lib/active_file.rb @@ -6,4 +6,4 @@ module ActiveFile autoload :Blob autoload :Site -end
\ No newline at end of file +end |