rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

@[] is not allowed as an instance variable name #208

Closed NeelaveniT closed 7 years ago

NeelaveniT commented 7 years ago

My code : <%= calendar_date_select "project_effective_hour[from_date]",@project_effective_hour.from_date||Date.today,:popup=> 'force',:class => 'input-text'%>

Output : `@project_effective_hour[from_date]' is not allowed as an instance variable name

Kindly help me to resolve this issue in rails 4.2.7

SergeyKishenin commented 7 years ago

Not related to bower-rails gem. Please, use Stackoverflow or other Q&A services to get answer for your question