Project

General

Profile

Download (146 Bytes) Statistics
| Branch: | Tag: | Revision:
module AuthSourceLdapsHelper
def on_the_fly?(authsource)
return false if authsource.new_record?
authsource.onthefly_register?
end
end
(4-4/41)