Project

General

Profile

Download (147 Bytes) Statistics
| Branch: | Tag: | Revision:
module AuthSourceLdapsHelper

def on_the_fly? authsource
return false if authsource.new_record?
authsource.onthefly_register?
end

end
(5-5/37)