Frequently used Active Support Methods in Ruby on Rails — Part 1

Gokul
2 min readOct 2, 2020
Ruby on rails

Active Support is the feature of Ruby on Rails which is responsible for providing utilities and extensions.

blank?

Returns true if the object in the following state,

false.blank?       # truenil.blank?         # true[].blank?          # true

--

--

Gokul

Consultant | Freelancer | Ruby on Rails | ReactJS