Method: Columns::ModelData#name
- Defined in:
- lib/columns/model_data.rb
#name ⇒ Object (readonly)
Public: Get the String model’s name. For a model ‘app/models/user.rb`, the model’s name will be ‘user`.
27 28 29 |
# File 'lib/columns/model_data.rb', line 27 def name @name end |