This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
Tankernn
/
school-platform
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
934d946756
브랜치
태그
master
school-platform
/
config
/
initializers
/
skip_image_resizing.rb
skip_image_resizing.rb
102 B
히스토리
Raw
1
2
3
4
5
if Rails.env.test?
CarrierWave.configure do |config|
config.enable_processing = false
end
end