academic year in acdemic class code in project skoolfinance 21 k hrms

  show do

    attributes_table do

      row :name

      row :academic_year do |object|

        if object&.academic_year.present?

          link_to object&.academic_year&.year, "/admin/academic_years/#{object&.academic_year&.id}"

        end

      end

    end

    panel 'Academic Class' do

      attributes_table_for academic_class.divisions do

        row :id

        row :title

      end

    end

  end

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5