mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 23:08:05 -05:00
@@ -75,7 +75,11 @@ RUBY
|
||||
end
|
||||
|
||||
def inet?
|
||||
Devise.rails4? && postgresql?
|
||||
rails4? && postgresql?
|
||||
end
|
||||
|
||||
def rails4?
|
||||
Rails.version.start_with? '4'
|
||||
end
|
||||
|
||||
def postgresql?
|
||||
|
||||
Reference in New Issue
Block a user